Crate xio_jobset[][src]

A module containing data structures for XIO job sets.

Structs

ChannelAssignment

An assignment of a parameter to a XIO module channel.

Command

A command which can be executed in a job.

CommandCaption

The caption of a command and the conditions belonging to it.

Condition

A condition which gets checked while a command is running.

HardwareAssignment

The assignment of variables mapped to a hardware board

Job

A job, defined by a list of commands.

JobSet

A complete job set.

Metadata

Metadata of a job set.

ParameterDescription

The description of a parameter.

ParameterSet

A set of parameters (a.k.a. parameter layer).

Traits

ExtractCaptions

Extract all captions from an item.